home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / sedt40pc.zip / SEDT.DOC < prev    next >
Text File  |  1989-08-24  |  38KB  |  796 lines

  1.                                 Sedt Version 4.0
  2.  
  3.                             Author: Anker Berg-Sonne
  4.  
  5.                                    Description
  6.  
  7.             Sedt  is  a  screen  editor  written  with  the  goal  of
  8.         providing  a  common  editor  across  a  wide range of  operating
  9.         systems.    For  ease-of-use  Sedt  is programmed with a keyboard
  10.         layout similar to EDT.        
  11.                               
  12.             For a  complete  description  of Sedt's features read the
  13.         documentation in SEDTMAN.EDT.
  14.         
  15.                 Sedt version 4.0 (151) is a shareware program and must be
  16.         properly licensed by paying a license fee.
  17.  
  18.                 Properly  licensed  users will receive  support  if  they
  19.         submit a report in writing to  the  author,  Anker  Berg-Sonne, 8
  20.         Middlemost Way, Stow, MA 01775, U.S.A.
  21.  
  22.  
  23.  
  24.                                Distribution Policy
  25.         
  26.                 You  may distribute Sedt freely by any means as  long  as
  27.         the  License  Agreement  and  all  other  files from the original
  28.         distribution are included.
  29.         
  30.                 Sedt  may  not  be  used  beyond a one month trial period
  31.         without payment of a license fee.
  32.  
  33.                 The  license  fee  includes  ONE  copy of  Sedt  for  ONE
  34.         operating system.  Additional copies and updates require  payment
  35.         of a fee.
  36.         
  37.                 Sedt is currently available in the following versions:
  38.         
  39.                         MS-DOS for Rainbow 100
  40.                         MS-DOS for VAXmate
  41.                         MS-DOS for IBM PC/XT/AT and compatibles
  42.                         MS-DOS for PS/2 and compatibles
  43.                         MS-DOS Microsoft Windows for IBM PC/AT and compatibles
  44.                         OS/2 protected mode
  45.                         ATARI ST 
  46.                         VAX/VMS
  47.                         VAX ULTRIX
  48.                         SCO XENIX
  49.  
  50.  
  51.                             Installation Instructions
  52.  
  53.                         Rainbow, IBM PCs and compatibles
  54.  
  55.                                  MS-DOS and OS/2
  56.  
  57.                 Create a directory  for  the  SEDT files using the DOS MD
  58.         command in the format "CD <drive>:\<directory>".  E.g.
  59.  
  60.         MD C:\SEDT
  61.  
  62.                 In this example C  is  the name of the drive and SEDT the
  63.         name of the directory that is being created.
  64.  
  65.                 Ensure  that  the  directory you  just  created  is  your
  66.         default  directory with the DOS CD  command  in  the  format  "CD
  67.         \<directory>".  E.g.
  68.  
  69.         C:
  70.         CD \SEDT
  71.  
  72.                 Copy the all files from the program disk into the current
  73.         directory.  E.g.
  74.  
  75.         COPY A:*.*
  76.  
  77.                 If you are familiar with Sedt you can use it for the next
  78.         two steps.
  79.  
  80.                 Add  the  directory  that contains the SEDT files to  the
  81.         PATH  command  in  AUTOEXEC.BAT on your boot drive in the  format
  82.         ";<Drive>:\<directory>".    If   there  is  no  PATH  command  in
  83.         AUTOEXEC.BAT create one that  contains the root directory on your
  84.         boot drive and the SEDT directory.  E.g.
  85.  
  86.         PATH C:\;C:\SEDT
  87.  
  88.                 Add a command to create  an  environment  variable called
  89.         SEDT that points to the directory  containing  the  SEDT files to
  90.         AUTOEXEC.BAT on your boot drive.  E.g.
  91.  
  92.         SET SEDT=C:\SEDT\
  93.  
  94.                 An example of a complete installation follows:
  95.  
  96.         A>C:
  97.         C>MD \SEDT
  98.         C>CD \SEDT
  99.         C>COPY A:*.*
  100.         CD \
  101.         COPY CON: AUTOEXEC.BAT
  102.         DATE
  103.         TIME
  104.         PATH C:\;C:\SEDT
  105.         SET SEDT=C:\SEDT\^Z
  106.         C>
  107.  
  108.                 Once you have Sedt installed refer to  the  documentation
  109.         in SEDTMAN.EDT for instructions on how to customize Sedt.
  110.  
  111.  
  112.  
  113.                             Installation Instructions
  114.  
  115.                                     ATARI ST
  116.  
  117.  
  118.                 Install  Sedt  on  you  ATARI  system  by  following  the
  119.         instructions given below:
  120.  
  121.                 Your first action should be to make backup copies  of the
  122.         Sedt disks.  Use the backup copies from now on  and  only use the
  123.         Sedt disks to create new backup copies.
  124.  
  125.                 You  can  either use the backup copy to run Sedt from  or
  126.         copy it's contents onto another disk or into a folder.
  127.         
  128.                 When  you run Sedt from the GEM desktop you should run it
  129.         from the  directory  containing all of the files.  Under GEM this
  130.         is done simply  by  opening  a window to the directory and double
  131.         clicking the program.
  132.  
  133.                 If you intend to run Sedt from a shell processor, such as
  134.         the Mark Williams msh, you  can  install  Sedt  so that it can be
  135.         called from any directory without copying the files.  Install the
  136.         directory  that  contains  SEDT.TTP  into  the  PATH  environment
  137.         variable and also create a new environment variable, called SEDT,
  138.         that  points to the directory containing STKEY.TXT and STHLP.TXT.
  139.         The  command  "setenv  SEDT=C:\SEDT\" will cause Sedt to pick the
  140.         files out of directory \SEDT on drive C.  Do not  forget the last
  141.         backslash!
  142.  
  143.                 The  program  SEDT.TTP is intended to be run from a shell
  144.         processor and  given  command arguments.  You can run it from GEM
  145.         and supply arguments,  but  it will not use windows, the mouse or
  146.         menus.
  147.         
  148.                 GSEDT.PRG is intended to  be run from the GEM desktop and
  149.         uses  windows,  mouse and menus,  but  does  not  accept  command
  150.         arguments.
  151.         
  152.                 Sedt is distributed on two single-sided 3 1/2" disks.
  153.         
  154.                 The first disk contains all files  necessary  to run Sedt
  155.         from  a  shell  in  command mode.   The  program  on  this  disk,
  156.         SEDT.TTP, does not take advantage of GEM, but supports journaling
  157.         of keystrokes.
  158.         
  159.                 The second disk contains all files necessary to run  Sedt
  160.         under  GEM  with  full support of windows, mouse and menu.    The
  161.         program  on  this  disk,  GSEDT.PRG,  does  not  support  command
  162.         arguments or keystroke journaling.
  163.  
  164.                 Installation disk 1 contains the following files:
  165.  
  166.         SEDT.TTP        Shell version of the Sedt program
  167.         STKEY.TXT       Keyboard definition file  for  the  ATARI
  168.                         ST.  This file MUST  be  resident in your
  169.                         current directory when you call Sedt.
  170.         STHLP.TXT       Help file for the ATARI ST.   In order to
  171.                         use  the  interactive  help facility this
  172.                         file must  be  resident  in  your current
  173.                         directory when you call Sedt.
  174.         RULER0.TXT      Default ruler file.   For Sedt to load it
  175.                         properly  it  must be  resident  in  your
  176.                         current directory when you call Sedt.
  177.         SEDTMAN.EDT     Machine    readable    copy    of  Sedt's
  178.                         documentation.    This  is  a  100   page
  179.                         document and should be read for a  proper
  180.                         understanding of Sedt.
  181.         README          Distribution policy.
  182.         SEDT.DOC        Revision    history   and    installation
  183.                         instructions.
  184.         
  185.         Installation disk 2 contains the following files:
  186.  
  187.         GSEDT.PRG       GEM version of the Sedt program
  188.         SEDT.RSC        Resource file for the GEM version of Sedt
  189.         STKEY.TXT       Keyboard definition file  for  the  ATARI
  190.                         ST.  This file MUST  be  resident in your
  191.                         current directory when you call Sedt.
  192.         STHLP.TXT       Help file for the ATARI ST.   In order to
  193.                         use  the  interactive  help facility this
  194.                         file must